@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300);
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
  フェア
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*枠*/
#event {
  width: 1000px;
  margin: 160px auto 0; }

/*タブメニュー*/
.fair_link {
  max-width: 1000px;
  border-bottom: 1px solid #95928a;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .fair_link .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 245px;
    margin-bottom: -1px; }
    .fair_link .list.active {
      padding: 10px 0 5px;
      border-top: 1px solid #95928a;
      border-left: 1px solid #95928a;
      border-right: 1px solid #95928a;
      border-bottom: 2px solid #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .fair_link .list.active .img {
        width: 15px;
        margin-right: 5px; }
        .fair_link .list.active .img img {
          width: 100%; }
    .fair_link .list.bg {
      background: #eee; }
      .fair_link .list.bg a {
        padding: 10px 0 5px;
        width: 100%;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .fair_link .list.bg a .img {
          width: 18px;
          display: inline-block;
          margin-right: 5px; }
          .fair_link .list.bg a .img img {
            width: 100%; }

/*条件指定*/
.event_form {
  margin: 60px 0;
  padding: 20px 60px 15px 30px;
  background-color: #f2f0ea; }
  .event_form .type {
    font-size: 1.5rem;
    margin-bottom: 15px; }
    .event_form .type .input {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .event_form .type .chkbox label {
      padding-left: 26px;
      /* ラベルの位置 */
      display: inline-block;
      cursor: pointer;
      position: relative; }
      .event_form .type .chkbox label:before {
        content: '';
        width: 18px;
        height: 18px;
        display: inline-block;
        position: absolute;
        border: 1px solid #a0a0a0;
        left: 0;
        top: 2px;
        background-color: #fff; }
        @media all and (-ms-high-contrast: none) {
          .event_form .type .chkbox label:before {
            top: -2px; } }
    .event_form .type .chkbox input[type=checkbox] {
      display: none; }
      .event_form .type .chkbox input[type=checkbox]:checked + label:after {
        /* チェックした時のスタイル */
        content: "";
        display: block;
        position: absolute;
        top: 4px;
        left: 6px;
        width: 7px;
        height: 11px;
        -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        transform: rotate(40deg);
        border-bottom: 3px solid #2f2c2c;
        border-right: 2px solid #2f2c2c; }
  .event_form .searchbtn {
    margin: 0 auto;
    border: 1px solid #000000;
    background-color: #fff;
    padding: 5px 10px;
    width: 156px; }
    .event_form .searchbtn:hover {
      opacity: 0.8; }
    .event_form .searchbtn button {
      font-size: 1.2rem;
      color: #2f2c2c;
      cursor: pointer;
      display: block;
      padding: 0 0 0 18px;
      margin: 0 auto;
      position: relative;
      background-color: transparent;
      border: none; }
      .event_form .searchbtn button:before {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        content: '';
        background: url(../img/event/search_pc.png) no-repeat center center;
        width: 13px;
        height: 13px;
        display: inline-block; }

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
  フェア内容から選ぶ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#Main_contents .EventList {
  margin-bottom: 70px;
  background-image: -webkit-linear-gradient(left, #fff 2.1px, transparent 1px), -webkit-linear-gradient(bottom, #a89d99 1.1px, transparent 1px);
  background-image: -o-linear-gradient(left, #fff 2.1px, transparent 1px), -o-linear-gradient(bottom, #a89d99 1.1px, transparent 1px);
  background-image: linear-gradient(to right, #fff 2.1px, transparent 1px), linear-gradient(to top, #a89d99 1.1px, transparent 1px);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 5px 2.6em; }
  #Main_contents .EventList .EventDetailBox {
    padding: 0 10px 20px; }
    #Main_contents .EventList .EventDetailBox .EventTitle {
      color: #2f2c2c;
      padding: 0;
      text-align: left;
      font-size: 24px;
      margin-bottom: 25px;
      font-weight: 400;
      font-family: 'Noto Serif JP', serif;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt";
      letter-spacing: 0.06em;
      line-height: 1.3; }
    #Main_contents .EventList .EventDetailBox .EventDetail {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 20px; }
      #Main_contents .EventList .EventDetailBox .EventDetail .event_pct {
        width: 32.653061224%; }
      #Main_contents .EventList .EventDetailBox .EventDetail .txtbox {
        width: 63.265306122%; }
        #Main_contents .EventList .EventDetailBox .EventDetail .txtbox .detail_txt {
          font-size: 1.6rem;
          margin-bottom: 30px; }
        #Main_contents .EventList .EventDetailBox .EventDetail .txtbox .icbox {
          padding: 10px;
          border: 1px solid #c8bbb7; }
          #Main_contents .EventList .EventDetailBox .EventDetail .txtbox .icbox .ic {
            margin-bottom: 10px; }
            #Main_contents .EventList .EventDetailBox .EventDetail .txtbox .icbox .ic img {
              margin-right: 5px; }
              #Main_contents .EventList .EventDetailBox .EventDetail .txtbox .icbox .ic img:last-child {
                margin-right: 0; }
          #Main_contents .EventList .EventDetailBox .EventDetail .txtbox .icbox .schedule {
            font-size: 15px;
            background-color: #f2f0ea;
            padding: 12px; }
            #Main_contents .EventList .EventDetailBox .EventDetail .txtbox .icbox .schedule dl {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
              #Main_contents .EventList .EventDetailBox .EventDetail .txtbox .icbox .schedule dl dt {
                margin-bottom: 2px;
                font-weight: 400; }
            #Main_contents .EventList .EventDetailBox .EventDetail .txtbox .icbox .schedule_date {
              margin-bottom: 6px; }
            #Main_contents .EventList .EventDetailBox .EventDetail .txtbox .icbox .schedule_time .slash:last-child {
              display: none; }
  #Main_contents .EventList .reservation {
    margin: 0 auto;
    width: 290px;
    border: 1px solid #2f2c2c; }
    #Main_contents .EventList .reservation a {
      display: block;
      padding: 12px;
      font-size: 1.6rem;
      line-height: 1;
      position: relative;
      text-align: center; }
      @media all and (-ms-high-contrast: none) {
        #Main_contents .EventList .reservation a {
          padding: 15px 0 9px; } }
      #Main_contents .EventList .reservation a:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 5%;
        content: '';
        background: url(../img/event/arrow_pc.png) no-repeat center center;
        width: 9px;
        height: 17px;
        display: inline-block; }

.ttlbox {
  text-align: center; }
  .ttlbox .cal_date {
    font-size: 1.8rem;
    padding-bottom: 5px;
    border-bottom: 1px solid #2f2c2c;
    display: inline-block;
    margin: 0 auto 40px;
    font-family: 'Noto Serif JP', serif;
    position: relative; }
    .ttlbox .cal_date:after {
      content: '';
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      display: block;
      bottom: -12px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 7px 0 8px;
      border-color: #2f2c2c transparent transparent transparent; }
    .ttlbox .cal_date .day {
      font-size: 3.0rem; }

.page_box {
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 400;
  width: 27%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .page_box .next a {
    position: relative; }
    .page_box .next a:after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      content: '';
      background: url(../img/event/next_pc.png) no-repeat center center;
      width: 7px;
      height: 14px;
      right: -20%;
      display: inline-block; }
  .page_box .prev span a {
    position: relative;
    margin-right: 50px; }
    .page_box .prev span a:before {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      content: '';
      background: url(../img/event/prev_pc.png) no-repeat center center;
      width: 7px;
      height: 14px;
      left: -20%;
      display: inline-block; }
